Whack dead variables.
authorrobertl <robertl>
Fri, 5 May 2006 14:25:03 +0000 (14:25 +0000)
committerrobertl <robertl>
Fri, 5 May 2006 14:25:03 +0000 (14:25 +0000)
tiger.c
xcsv.c

diff --git a/tiger.c b/tiger.c
index fb357542219cb835fe5d0efd7533ed975ea6e2c6..ab0953d820dae98493d149f3de611d6e5d3d5439 100644 (file)
--- a/tiger.c
+++ b/tiger.c
@@ -45,7 +45,6 @@ static char *oldmarker  = NULL;
 static char *newmarker  = NULL;
 static char *unfoundmarker  = NULL;
 
-static int scalev;
 static int short_length;
 static double thresh_days;
 
diff --git a/xcsv.c b/xcsv.c
index 321299eacabfacfe1f877eb0e102a2110267ea6a..72e77b1138999e42f6b8e4ae645b45b507cad7ed 100644 (file)
--- a/xcsv.c
+++ b/xcsv.c
@@ -330,7 +330,6 @@ xcsv_parse_style_line(const char *sbuff)
        } else
        
        if (ISSTOKEN(sbuff, "IFIELD")) {
-           int nodelim = 0;
            key = val = pfc = NULL;
            
            s = csv_lineparse(&sbuff[6], ",", "", linecount);